home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text0612.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  2.2 KB  |  54 lines

  1. At 01:39 PM 7/13/96 +0200, Fredrik Olsson wrote:
  2. >There is nothing better then to silently fly by the roof looking down at 
  3. >your death-match enemy and then zap into eternity!!!!   That is one of the 
  4. >greatest parts in Heretic, do not take that away from me.   Look up and down 
  5. >and flying is needed. 
  6.  
  7. Well, I dont think flying is all that hard... I almost added it myself to the
  8. last source release...
  9.  
  10. Look up/down should definately be there for Heretic - for some bits its
  11. virtually
  12. essential... whether it should be partly automatic, is debatable... (and what
  13. keys? whe cannot use the PC's keys, as it uses "Delete", "End" and "Page Down"
  14. which we don't have...)
  15.  
  16. >Well for usual doom it is not included and there for I 
  17. >do not think it should eather. Maybe some realy long inputs at the comand 
  18. >line???   Turning such things on and of? Just to keep the 'perfect' 
  19. >compability to all games.
  20.  
  21. No, it'll probably be a build time option, as there are also a number of things
  22. which will need changing between the different versions (eg. how to draw the
  23. status bar - totally different in Heretic than Doom. [no face, health chain,
  24. different coords IIRC], the monsters behavior/attributes and some nameing 
  25. conventions, to name a few...)
  26.  
  27. This would also have a [very] minor impact on speed...
  28.  
  29. I guess you'd just have a bit at the top of DOOM.S like...
  30.  
  31. DOOM     = 1   ; don't really need to be
  32. DOOMII   = 2   ; separate, except for ExMx and MAPxx, and we cope fine now
  33. HERETIC  = 3
  34. BADMOOD  = 4
  35.  
  36. GAMETYPE = HERETIC
  37.  
  38. And then everything that is different could just test GAMETYPE with a piece
  39. of conditional assembly... This could also save us from having to type the
  40. IWAD name, as you'd know that for DOOMII its DOOM2.WAD etc.
  41.  
  42. >How the look up and don shpuld be done I dont have a clue though...
  43.  
  44. Yea...
  45.  
  46. Anthony
  47. -------------------------------------+------------------------------
  48. Anthony Jacques                      |  STOS Falcon Extension v1.2a
  49.                                      |  Generic STOS Fixer v1.1 
  50. mailto:jacquesa@cs.man.ac.uk         |  available from WWW pages
  51. http://www.cs.man.ac.uk/~jacquesa/   |  - UUEncoded on request.
  52. -------------------------------------+------------------------------
  53.  
  54.